Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure
Members


In This Topic
    ActionResult<T> Structure
    In This Topic
    Represents the executing result of an action.
    Syntax
    'Declaration
     
    
    Public Structure ActionResult(Of T) 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As ActionResult(Of T)
    public struct ActionResult<T> : System.ValueType 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Spreadsheet.ActionResult<T>

    See Also